@import "../iconfont/iconfont.css";


/* 公共 */
.wrap {
    width: 88vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:639px) {
    .wrap {
        width: 92vw
    }
}
.tit1 {
    font-size: 36px;
    font-weight: bold;
  }
  @media (max-width: 768px) {
    .tit1 {
      font-size: 28px;
    }
  }
  @media (max-width: 480px) {
    .tit1 {
      font-size: 24px;
    }
  }
  .more1 {
    background-color: #237abf;
    border-radius: 5px;
    color: #fff;
    width: 87px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
  }
  .more1:hover {
    transform: translateY(-5px);
    color: #fff;
  }
  @media (max-width: 480px) {
    .more1 {
      width: 66px;
      height: 30px;
      line-height: 30px;
    }
  }
  .vhd {
    margin-bottom: .36rem
}

  .vhd .en {
    font-size: .48rem;
    text-transform: uppercase;
    font-family: "robotoLight";
    line-height: .6rem;
    font-weight: bold;
    position: relative;
    display: inline-block
}

.vhd h2 {
    font-size: .3rem
}

.vhd._white * {
    color: #fff
}

@media (max-width:480px) {
    .vhd .en {
        font-size: 26px
    }

    .vhd h2 {
        font-size: 22px
    }
}

.vmore {
    display: inline-block;
    background-color: #006eb4;
    padding: .08rem 24px;
    position: relative;
    border-radius: 2em;
    transition: .6s
}

.vmore em {
    display: block;
    color: #fff;
    padding-right: 22px;
    white-space: nowrap;
    letter-spacing: 2px;
    background: url('../images/arr.png') no-repeat right center;
    background-size: 16px
}

@media (max-width:480px) {
    .vmore em {
        padding-right: 20px;
        letter-spacing: 1px
    }
}

.vmore:hover {
    background: #000;
    transform: translateX(4px)
}

@media (max-width:480px) {
    .vmore {
        padding: .14rem 24px
    }
}

.ihd {
    font-size: 0;
  }
  .ihd h2 {
    font-size: 36px;
    font-weight: bold;
  }
  .ihd .en {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    padding: 12px 0 18px;
  }
  .ihd ._line {
    transition: 0.3s;
    width: 47px;
    height: 2px;
    display: inline-block;
    margin: 0;
    background: #f57b00;
  }
  .ihd.white * {
    color: #fff;
  }
  @media (max-width: 1400px) {
    .ihd h2 {
      font-size: 30px;
    }
    .ihd .en {
      font-size: 14px;
      padding: 8px 0 14px;
    }
  }
  @media (max-width: 480px) {
    .ihd h2 {
      font-size: 24px;
    }
    .ihd .en {
      font-size: 12px;
    }
    .ihd ._line {
      width: 30px;
    }
  }

  .hd1 {
    font-size: .36rem;
    margin-bottom: .46rem;
    font-weight: bold;
    text-align: center
}



@media (max-width:992px) {
    .hd1 {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .hd1 {
        font-size: 22px
    }
    .header_tool .hd_search_btn{color: #fff;}
}

@media (max-width:1200px) {
    .hd1 {
        font-size: 26px
    }
}

@media (max-width:992px) {
    .hd1 {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .hd1 {
        font-size: 20px
    }
}

@media (max-width:1200px) {
    .hd1 {
        font-size: 30px
    }
}

@media (max-width:640px) {
    .hd1 {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .hd1 {
        font-size: 22px
    }
}
.coverbox {
    position: relative;
    display: block;
    overflow: hidden
}

.coverbox .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.coverbox .coverimg.cover {
    background-size: cover
}

.coverbox ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}

@media (min-width:993px) {
    .coverbox.scale:hover .cover-tip {
        opacity: 1;
        filter: alpha(opacity=1)
    }

    .coverbox.scale:hover .coverimg {
        transform: scale(1.05, 1.05)
    }

    .coverbox.scale:hover .icon-bofang1 {
        font-size: .6rem
    }
}

/* 头部开始 */
header {
    transition: .6s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #131210
}

@media (min-width:992px) {
    header.home {
        background-color: rgba(255, 255, 255, 1)
    }
}

@media (max-width:1199px) {
    header {
        position: fixed !important;
        position: relative
    }
}

header .logo {
    width: 80px;
    height: 100%;
    background: url('../images/logo.png') no-repeat left center;
    display: block;
    transition: .6s;
    background-size: contain
}

.head_wrap {
    transition: .6s;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    height: .88rem
}
main {
    margin-top: 80px;
    overflow: hidden
}

@media (max-width:768px) {
    main {
        margin-top: 60px
    }
}
@media (max-width:992px) {
    .head_wrap {
        justify-content: space-between;
        height: 80px
    }
}

@media (max-width:768px) {
    .head_wrap {
        height: 60px
    }
}

.header_nav {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    transition: .6s
}

@media (min-width:1200px) {
    .header_nav {
        overflow: hidden
    }

    .header_nav:hover {
        overflow: visible
    }
}

.header_nav .header_inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width:1361px) {
    .header_nav .header_inner {
        position: relative
    }
}

@media (max-width:1200px) {
    .header_nav .header_inner {
        justify-content: space-between
    }
}

.header_nav .nav_li {
    margin: 0 .34rem
}

@media (max-width:1460px) {
    .header_nav .nav_li {
        margin: 0 .3rem
    }
}

header .header_nac {
    display: block;
    position: relative;
    color: #424242;
    line-height: .88rem;
    font-size: 18px;
    /* font-weight: bold */
}

@media (max-width:1460px) {
    header .header_nac {
        font-size: 16px
    }
}

header .header_nac::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #237abf;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    transition: .6s
}

header .head_wrap .drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: 100%;
    min-width: 130px;
    transition: .6s;
    opacity: 0;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.9);
    z-index: 55;
    padding: 14px 0;
    text-align: center;
    font-size: 16px
}

header .head_wrap .drop a {
    overflow: hidden;
    display: block;
    line-height: 40px;
    padding: 0 24px;
    color: #fff;
    transition: .6s
}

header .head_wrap .drop a:hover {
    color: #237abf;
    transform: translateX(5px)
}

header .nav_li {
    position: relative
}

@media (min-width:1200px) {
    header .nav_li {
        overflow: hidden
    }
}

header .nav_li.active .header_nac {
    color: #237abf
}

header .nav_li .header_nac.active::after {
    width: 50px
}

@media (min-width:1200px) {
    header .nav_li:hover {
        overflow: visible
    }

    header .nav_li:hover .header_nac::after {
        width: 50px
    }

    header .nav_li:hover .drop {
        opacity: 1
    }
}

.header_tool {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    font-size: 14px;
    color: #333
}

.header_tool .hd_code {
    padding: 0 16px;
    position: relative;
    margin-right: 16px;
    cursor: pointer;
    height: .88rem;
    line-height: .88rem;
    overflow: hidden
}

.header_tool .hd_code::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header_tool .hd_code .code {
    font-size: 24px
}

.header_tool .hd_code .drop {
    padding: 14px;
    width: 160px;
    top: 100%
}

.header_tool .hd_code:hover {
    overflow: visible
}

.header_tool .hd_code:hover .iconfont {
    color: #237abf
}

.header_tool .hd_code:hover .drop {
    text-align: center;
    opacity: 1
}

.header_tool .hd_code:hover .drop img {
    width: 100%
}

.header_tool .hd_search_btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px
}

.header_tool .hd_search_btn>* {
    display: inline-block;
    vertical-align: middle
}

.header_tool .hd_search_btn i {
    font-size: 18px;
    margin-left: 4px
}

.header_btn {
    font-size: 18px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header_btn .offer {
    margin-right: 34px;
    color: #fff
}

.header_btn .offer:hover {
    color: #237abf
}

.header_btn .contact {
    background-color: #237abf;
    color: #fff;
    width: 92px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.header_btn .contact .ac {
    color: #fff
}

@media (max-width:992px) {
    .header_btn .contact {
        height: 34px;
        width: 72px
    }

    .header_btn .contact span {
        height: 34px;
        line-height: 34px
    }
}

/* 搜索开始 */
.hd-search-box {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #131210;
    padding: 20px 10px;
    display: none;
    z-index: 555;
    top: .88rem;
    color: #fff
}

.hd-search-box .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: end;
    box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    width: 88vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:639px) {
    .hd-search-box .inner {
        width: 92vw
    }
}

.hd-search-box form {
    border: 1px solid #237abf;
    max-width: 500px;
    display: block;
    position: relative;
    border-radius: 3px;
    width: 80%;
    min-width: 500px
}

.hd-search-box form input {
    font-size: 16px;
    color: #fff
}

.hd-search-box form input::-webkit-input-placeholder,
.hd-search-box form textarea::-webkit-input-placeholder {
    color: #ccc
}

.hd-search-box form input:-moz-placeholder,
.hd-search-box form textarea:-moz-placeholder {
    color: #ccc
}

.hd-search-box form input::-moz-placeholder,
.hd-search-box form textarea::-moz-placeholder {
    color: #ccc
}

.hd-search-box form input:-ms-input-placeholder,
.hd-search-box form textarea:-ms-input-placeholder {
    color: #ccc
}

.hd-search-box .key {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px
}

.hd-search-box .submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #237abf;
    text-align: center;
    width: 50px;
    font-size: 20px;
    line-height: 40px;
    height: 40px
}

.hd-search-box .submit .iconfont {
    font-size: 20px;
    color: #fff
}

.hd-search-box .submit:hover {
    background-color: #237abf;
    color: #fff
}

.hd-search-box ._close {
    height: 40px;
    line-height: 42px;
    margin-left: 20px;
    margin-right: 4px;
    text-align: center;
    font-size: 20px;
    display: block;
    cursor: pointer
}

.hd-search-box ._close:hover {
    color: #237abf
}

@media (max-width:992px) {
    .hd-search-box {
        top: 80px
    }
}

@media (max-width:768px) {
    .hd-search-box {
        padding: 20px 4%;
        top: 60px
    }

    .hd-search-box .inner {
        float: none;
        width: 100%
    }

    .hd-search-box form {
        min-width: auto;
        width: 90%
    }

    .hd-search-box ._close {
        position: relative
    }
}

@media (max-width:480px) {
    .hd-search-box {
        bottom: 0;
        height: 100px
    }
}
/* 搜索结束 */
/* 手机端导航开始*/
.m-menus {
    width: 100%;
    max-width: 640px;
    height: 100vh;
    position: fixed;
    top: 80px;
    right: -100%;
    background-color: #131210;
    overflow: hidden;
    line-height: 32px;
    font-size: 15px;
    z-index: -999;
    padding-top: 2%;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

@media (max-width:768px) {
    .m-menus {
        top: 60px
    }
}

.m-menus .inner {
    height: calc((100vh - 85px));
    padding: 10px 30px 40px;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width:768px) {
    .m-menus {
        top: 60px
    }

    .m-menus .inner {
        height: calc((100vh - 60px))
    }
}

.m-menus a {
    display: block;
    color: #fff
}

.m-menus.active {
    z-index: 999;
    transition: .6s;
    right: 0
}

.m-menus .item {
    cursor: pointer;
    transition: .3s;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left
}

.m-menus .item .tit {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
}

.m-menus .item>a,
.m-menus .tit {
    display: block;
    line-height: 46px;
    position: relative;
    font-size: 16px
}

.m-menus .tit {
    position: relative
}

.m-menus .tit a {
    display: inline-block;
    min-width: 50vw
}

.m-menus .tit .iconfont {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    padding: 0 10px;
    color: #fff;
    font-size: 17px
}

.m-menus .xs-menu {
    display: none;
    text-align: left
}

.m-menus .xs-menu dd {
    line-height: 30px;
    font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit {
    color: #fff
}

.m-menus .active .tit a,
.m-menus .open .tit a {
    color: #fff
}

.m-menus .active .iconfont::before,
.m-menus .open .iconfont::before {
    content: "\e627"
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu {
    padding: 0px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.14)
}

.menu_btn_box {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.menu_btn {
    width: 50px;
    height: 50px;
    z-index: 101;
    cursor: pointer;
    transform-origin: center center;
    position: relative;
    display: block;
    top: -5px
}

.menu_btn i {
    position: absolute;
    width: 26px;
    height: 1px;
    background: #fff;
    left: 12px;
    display: block;
    transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
    top: 20px
}

.menu_btn i:nth-of-type(2) {
    top: 30px
}

.menu_btn i:nth-of-type(3) {
    top: 40px
}

.menu_btn.active i:nth-of-type(1) {
    transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
    opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
    transform: rotate(-225deg) translate(0, 0)
}
/* 头部结束 */

/* banner开始 */
.index_banner {
    position: relative;
    overflow: hidden;
    height: 9.36rem;
    max-height: 100vh
}
@media (max-width:1260px) {
    .index_banner {
        height: 70vh
    }
}
/* @media (max-width:760px) {
    .index_banner {
        height: 56vh
    }
} */
@media (max-width:560px) {
    .index_banner {
        height: 34vh
    }
}

.index_banner .swiper-pagination {
    bottom: .5rem
}

.index_banner li {
    position: relative
}

.index_banner li .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6
}

.index_banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 555
}

.index_banner .bg {
    display: block;
    height: 100%;
    transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
    transform: scale(1.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%
}

.index_banner .bg img {
    visibility: hidden
}

.index_banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    top: 52%;
    width: 88vw;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

@media (max-width:639px) {
    .index_banner .content {
        width: 92vw
    }
}

@media (min-width:768px) {
    .index_banner .content {
        padding: 0 1.4rem
    }
}

.index_banner .content .inner {
    max-width: 1440px;
    margin: 0 auto
}

.index_banner .content h3 {
    font-size: .6rem;
    line-height: 1.46;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: .4rem
}

.index_banner .content .vbtn {
    position: relative;
    z-index: 55
}

@media (max-width:768px) {
    .index_banner .content h3 {
        font-size: .5rem
    }
  
}

@media (max-width:480px) {
    .index_banner .content {
        text-align: center
    }
    .ind_tit{margin:30px 0 40px !important}
}

.index_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index_banner .pnext_wrap {
    width: 88vw;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5
}

@media (max-width:639px) {
    .index_banner .pnext_wrap {
        width: 92vw
    }
}

.index_banner .swiper_pnext {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .6s;
    z-index: 5555
}

.index_banner .swiper_pnext::after {
    font-size: 16px;
    color: #fff
}

.index_banner .swiper_pnext:hover {
    background-color: #9fd25b;
    border-color: #9fd25b
}

.index_banner .swiper_pnext:hover::after {
    color: #fff
}

.index_banner .swiper-button-prev {
    left: 0
}

.index_banner .swiper-button-next {
    right: 0
}

.index_banner:hover .swiper-button-prev {
    opacity: 1
}

.index_banner:hover .swiper-button-next {
    opacity: 1
}

.index_banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.index_banner .swiper-pagination-bullet-active {
    background-color: #9fd25b
}

.index_banner .swiper-slide-active .bg {
    transform: scale(1)
}

@media (max-width:480px) {
    .index_banner .swiper-pagination {
        bottom: 6%
    }
}

@keyframes downico {
    0% {
        opacity: .5;
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        transform: translateY(3px)
    }

    100% {
        opacity: .5;
        transform: translateY(0)
    }
}

.mouse_btn {
    text-align: center;
    font-size: 16px;
    letter-spacing: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: .54rem;
    z-index: 55;
    padding-top: 36px;
    cursor: pointer;
    color: #fff
}

.mouse_btn .icon {
    animation: downico 1s infinite alternate linear;
    background: url('../images/mouse.png') no-repeat center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .6s
}

.mouse_btn:hover {
    color: #fff
}


.desc {
    font-size: 16px;
    line-height: 1.875;
    color: #666
}

.vbox {
    padding: 1rem 0
}

.vbtn {
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    padding: 0 .34rem;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 2em;
    letter-spacing: 1px
}

.vbtn em {
    padding-right: .36rem;
    display: block;
    transition: .6s;
    background: url('../images/tag2.png') no-repeat right center
}

@media (max-width:640px) {
    .vbtn {
        height: 36px;
        line-height: 36px;
        padding: 0 .56rem
    }

    .vbtn em {
        padding-right: .56rem
    }
}

.vbtn:hover {
    background-color: #9fd25b;
    border-color: #9fd25b;
    color: #fff
}

.vbtn:hover em {
    transform: translateX(5px)
}

.vbtn.bg {
    background-color: #9fd25b;
    border-color: #9fd25b
}

.vbtn.bg:hover {
    background-color: #151c2a;
    border-color: #151c2a
}

.vbtn._line {
    border-color: #9fd25b;
    color: #9fd25b
}

.vbtn._line em {
    background-image: url('../images/tag3.png')
}

.vbtn._line:hover {
    background-color: #9fd25b;
    border-color: #9fd25b;
    color: #fff
}

.vbtn._line:hover em {
    background-image: url('../images/tag2.png')
}

/* banner结束 */

/* 产品开始 */
.ind_tit{ text-align:center; margin:90px 0 40px; padding:15px 0 0 0;height:87px; background:url(../images/ind_pro_tit.jpg) top center no-repeat; }
.ind_tit h2{ font-size:36px; letter-spacing:10px;}
.ind_tit p{ font:normal 16px/20px "寰蒋闆呴粦"; color:#999999; padding:5px 0 0; }
.ind_box1{ width:100%; overflow:hidden;}
.ind_box1 .list{ padding:0 15px; overflow:hidden;}
.ind_box1 .list li{ float:left; width:33.3333%; border: 1px #dedede solid; height:0; margin-bottom:30px; padding:0 15px 23.0952%; box-sizing:border-box; position:relative; }
.ind_box1 .list li .img{ position:absolute; z-index:1; left:15px; top:0; width:calc(100% - 30px); height:100%; background-position:center center; background-size:cover; overflow:hidden;}
.ind_box1 .list li .cen{ position:absolute; z-index:2; left:15px; top:calc(100% - 66px); width:calc(100% - 30px); height:66px; overflow:hidden; background:rgba(255,255,255,0.9); transition:ease-in 0.3s;}
.ind_box1 .list li .cen h3{ height:66px; font:normal 24px/66px "寰蒋闆呴粦"; text-align:center;}
.ind_box1 .list li .cen span{ display:block; width:60px; height:1px; background:#ffffff; margin:20px auto 30px; display:none;}
.ind_box1 .list li .cen p{ font:normal 16px/36px "寰蒋闆呴粦"; color:#ffffff; text-align:center; padding:0 10%;}
.ind_box1 .list li .cen a{ display:block; width:130px; height:40px; margin:10% auto 0; border:1px solid #ffffff; border-radius:5px; font:normal 14px/40px "寰蒋闆呴粦"; color:#ffffff; text-align:center;}

.ind_box1 .list li:nth-child(1) .cen p{ padding:0 20%;}
.ind_box1 .list li:hover .cen{ top:0; height:100%; display:flex; flex-direction:column; justify-content:center; background:rgba(29,32,136,0.9); box-shadow:10px 10px 10px rgba(61,61,61,0.18);}
.ind_box1 .list li:hover .cen h3{ color:#ffffff;}


  /* 产品结束 */

/* 解决方案开始 */

.index_solution {
    background: url('../images/solution_bg.png') no-repeat left top;
    background-size: contain;
    padding: .9rem 0 1.2rem
}

.index_solution .vhd {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.index_solution .pnext {
    width: 130px;
    margin-right: -10px;
    height: 48px;
    position: relative
}

.index_solution .pnext>div::after {
    display: none
}

.index_solution .pnext>div {
    border: 1px solid #bbbbbb;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: .6s
}

.index_solution .pnext>div.swiper-button-next,
.index_solution .pnext>div:hover {
    border-color: #237abf;
    background-color: #237abf
}

.index_solution .pnext>div.swiper-button-next .iconfont,
.index_solution .pnext>div:hover .iconfont {
    color: #fff
}

.index_solution .pnext .iconfont {
    font-size: 20px;
    color: #666
}

@media (max-width:480px) {
    .index_solution .pnext {
        height: 40;
        width: 110px
    }

    .index_solution .pnext>div {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center
    }
}

.swiper_solution {
    margin-left: -0.19rem;
    margin-right: -0.19rem
}

.swiper_solution .coverbox {
    margin: 0 .19rem
}

.swiper_solution li {
    width: 25%
}

@media (max-width:992px) {
    .swiper_solution li {
        width: 33.33%
    }
}

@media (max-width:768px) {
    .swiper_solution li {
        width: 50%
    }
}

@media (max-width:480px) {
    .swiper_solution {
        margin-right: -4vw
    }

    .swiper_solution li {
        width: 70%
    }
}

@media (max-width:1200px) {
    .swiper_solution {
        margin-left: -0.1rem;
        margin-right: -0.1rem
    }

    .swiper_solution .coverbox {
        margin: 0 .1rem
    }
}

.solution_item .coverbox {
    display: block;
    position: relative;
    cursor: pointer
}

.solution_item .coverbox .content {
    position: absolute;
    left: 0%;
    right: 0;
    padding: 0 7%;
    top: 73%;
    color: #fff;
    z-index: 55;
    transition: .6s
}

@media (max-width:640px) {
    .solution_item .coverbox .content {
        top: 58%
    }
}

@media (max-width:480px) {
    .solution_item .coverbox .content {
        top: 15%
    }
}

.solution_item .coverbox .line {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: .26rem
}

.solution_item .coverbox h3 {
    font-size: 24px;
    margin-bottom: .1rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width:1200px) {
    .solution_item .coverbox h3 {
        font-size: 20px
    }
}

.solution_item .coverbox .en {
    font-size: 16px;
    margin-bottom: .4rem;
    text-transform: uppercase
}

.solution_item .coverbox .txt {
    line-height: 24px;
    height: 72px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    margin-bottom: .4rem;
    transition: .6s
}

@media (min-width:481px) {
    .solution_item .coverbox .txt {
        height: 0;
        margin-bottom: 0
    }
}

.solution_item .coverbox .more {
    width: 34px;
    height: 34px;
    display: block;
    transition: .6s;
    background: url('../images/arr2.png') no-repeat center center;
    background-size: contain
}

.solution_item .coverbox .more:hover {
    background-image: url('../images/arr2_c.png')
}

@media (min-width:481px) {
    .solution_item .coverbox .more {
        opacity: 0;
        height: 0;
        width: .48rem;
        height: .48rem
    }
}

@media (min-width:481px) {
    .solution_item .coverbox:hover .content {
        top: 15%
    }

    .solution_item .coverbox:hover .txt {
        height: 72px;
        margin-bottom: .4rem
    }

    .solution_item .coverbox:hover .more {
        opacity: 1;
        height: .48rem
    }
}

.solution_main {
    padding: .78rem 0 1rem
}

.solution_main .row {
    margin-left: -0.2rem !important;
    margin-right: -0.2rem !important
}

.solution_main .row>* {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
    margin-bottom: .4rem
}

@media (max-width:1360px) {
    .solution_main .row {
        margin-left: -0.15rem !important;
        margin-right: -0.15rem !important
    }

    .solution_main .row>* {
        padding-left: .15rem !important;
        padding-right: .15rem !important;
        margin-bottom: .3rem
    }
}

@media (max-width:480px) {
    .solution_main .row li {
        width: 100%
    }
}

@media (max-width:768px) {
    .solution_main .coverbox {
        height: 300px
    }
}

@media (max-width:480px) {
    .solution_main .coverbox {
        height: 180px
    }

    .solution_main .coverbox .more,
    .solution_main .coverbox .txt {
        display: none !important
    }

    .solution_main .coverbox .en {
        font-size: 14px;
        margin-top: .2rem
    }

    .solution_main .coverbox .content {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translateX(-50%) translateY(-50%) !important;
        z-index: 5 !important;
        width: 100%
    }
}

/* 解决方案结束 */

/* 合作客户开始 */
.index_logos {
    padding: 1rem 0 1rem;
    max-width: 1380px
}

.index_logos ul {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important
}

.index_logos ul>* {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
    margin-bottom: .2rem
}

.index_logos ul li {
    width: 20%;
    float: left
}

@media (max-width:992px) {
    .index_logos ul li {
        width: 25%
    }
}

@media (max-width:640px) {
    .index_logos ul li {
        width: 33.33%
    }
}

@media (max-width:480px) {
    .index_logos ul li {
        width: 50%
    }
}

.index_logos ul .img {
    display: block;
    border: 1px solid #ebebeb;
    transition: .6s
}

.index_logos ul .img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}


/* 合作客户结束 */

.contact_box {
    background: url('../images/bg02.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: .8rem 0
}

.contact_box .hd1 {
    margin-bottom: .3rem
}

.contact_box .desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: .4rem;
    color: #fff;
}


.vmoref {
    line-height: 50px;
    padding: 0 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2em;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2)
}

.vmoref:hover {
    background: #fff;
    color: #013296
}

@media (max-width:1300px) and (min-width:1200px) {
    .vmoref {
        display: none
    }
}

@media (max-width:640px) {
    .vmoref {
        height: 44px;
        line-height: 44px;
        font-size: 14px
    }
}







/* 返回顶部 */
#totop {
    width: 50px;
    height: 50px;
    background: url('../images/top.png') no-repeat center center;
    background-color: #a8a8a8;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 5555;
    cursor: pointer;
    border-radius: 50%;
    transition: .6s;
    opacity: 0;
    transform: translateY(20px)
}

@media (max-width:640px) {
    #totop {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        background-size: 20px
    }
}

@media (min-width:768px) {
    #totop:hover {
        background-color: #237abf
    }
}

#totop.show {
    transform: translateY(0);
    opacity: 1
}












/* 公司简介开始 */
.index_brand {
    background: url(../images/bg_1.jpg) no-repeat center #f5f2f0;
    background-size: cover
}

@media (max-width:639px) {
    .index_brand .vmore {
        padding: .14rem 45px;
        left: 50%;
        transform: translateX(-50%)
    }

    .index_brand .vhd {
        text-align: center
    }
}

@media (min-width:992px) {
    .index_brand .brand_inner {
        width: 88vw;
        max-width: 1434px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1920px;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative
    }

    .index_brand .leftbox {
        width: 50vw;
        display: flex;
        justify-content: flex-end;
        max-width: 960px
    }

    .index_brand .leftbox .inner {
        width: 44vw;
        max-width: 717px
    }

    .index_brand .rightbox {
        width: 35vw;
        max-width: 740px
    }
}

@media (min-width:992px) and (max-width:639px) {
    .index_brand .brand_inner {
        width: 92vw
    }
}

@media (min-width:992px) and (min-width:1680px) {
    .index_brand .leftbox {
        padding: 1rem 0 1.8rem
    }
}

@media (min-width:992px) and (max-width:1680px) {
    .index_brand .rightbox {
        width: 40vw
    }
}

@media (max-width:991px) {
    .index_brand {
        padding-bottom: .5rem
    }
}

@media (max-width:768px) {
    .index_brand .brand_inner {
        width: 88vw;
        max-width: 1434px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:768px) and (max-width:639px) {
    .index_brand .brand_inner {
        width: 92vw
    }
}

@media (max-width:1200px) {
    .index_brand .leftbox {
        padding: 1rem 0
    }
}

.index_brand .info {
    font-size: 16px;
    line-height: 1.875;
    color: #666
}

.index_brand .info p {
    margin-bottom: 1em
}

.index_brand .datas {
    display: flex;
    align-items: center;
    margin: .6rem 0 .8rem
}

@media (min-width:769px) {
    .index_brand .datas dd+dd {
        margin-left: .9rem
    }
}

@media (max-width:768px) {
    .index_brand .datas {
        justify-content: space-between
    }
}

@media (max-width:639px) {
    .index_brand .datas {
        flex-wrap: wrap
    }

    .index_brand .datas dd {
        width: 50%;
        margin-bottom: .5rem;
        text-align: center
    }
}

.index_brand .datas .val {
    font-size: .48rem;
    font-family: medium;
    color: #006eb4;
    line-height: 1.3;
    font-weight: bold
}

@media (max-width:768px) {
    .index_brand .datas .val {
        font-size: 36px
    }
}

@media (max-width:480px) {
    .index_brand .datas .val {
        font-size: 40px;
        letter-spacing: -1px
    }
}

.index_brand .datas .tit {
    font-size: 16px;
    color: #666;
    padding-left: 6px;
    white-space: nowrap
}

@media (max-width:480px) {
    .index_brand .datas .tit {
        font-size: 14px
    }
}

@media (max-width:1360px) {
    .index_brand .datas {
        margin: .4rem 0 .6rem
    }
}

.index_brand .video {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: none
}

.index_brand .video .play {
    width: 1.12rem;
    height: 1.12rem;
    background: url('../images/play.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    cursor: pointer
}

@media (max-width:991px) {
    .index_brand .video {
        height: 6rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-position: center 60%
    }
}

@media (max-width:480px) {
    .index_brand .video {
        height: 4rem
    }
}

.play_btn {
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translateX(-50%) translateY(-50%);
    background: url('../images/play.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    border-radius: 50%
}

.play_btn {
    width: .8rem;
    height: .8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width:1280px) {}

.play_btn .icon {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: url('../images/play.png') no-repeat center center;
    background-color: #fff;
    background-size: .46rem;
    box-sizing: content-box
}

.play_btn .line {
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: .8rem;
    height: .8rem;
    box-sizing: content-box;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer
}

.play_btn .l1 {
    animation: scale3 2s infinite linear
}

.play_btn .l2 {
    animation: scale3 2s infinite linear;
    animation-delay: 1s
}

.play_btn .l3 {
    animation: scale3 2s infinite linear;
    animation-delay: 2s
}
/* 公司简介结束 */





/* 新闻开始 */
.tabContent {
    position: relative;
  }
  .tabContent .content-item {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in;
    transform: translateY(20px);
  }
  .tabContent .content-item.active {
    opacity: 1;
    overflow: visible;
    height: auto;
    transform: translateY(0);
  }
.inews {
    background: #f4f4f4;
    padding-top: 90px;
    padding-bottom: 110px;
  }
  .inews .hd {
    margin-bottom: 60px;
    position: relative;
  }
  @media (max-width: 640px) {
    .inews {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .inews .hd {
      margin-bottom: 20px;
      text-align: center;
    }
  }
  @media (max-width: 480px) {
    .inews {
      padding-top: 30px;
    }
    .inews .wrap {
      padding-left: 0;
      padding-right: 0;
    }
    .inews ol {
      padding-bottom: 20px;
    }
  }
  .news-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 0.5rem;
  }
  .news-list li {
    padding-left: -20px;
    padding-right: -20px;
    margin-bottom: 40px;
    cursor: pointer;
  }
  .news-list .inner {
    background: #fff;
    border: 4px solid #fff;
    padding: 0.32rem 0;
    overflow: hidden;
    transition: 0.3s;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .news-list .inner .content {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .news-list li:hover .inner {
    border-color: #237abf;
    background: none;
  }
  .news-list li:hover .inner .date > * {
    color: #237abf;
  }
  .news-list .date {
    width: 1.4rem;
    text-align: center;
    min-width: 100px;
    font-family: medium;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 15px;
  }
  .news-list .date b {
    font-size: 48px;
    line-height: 1.4;
  }
  .news-list .date p {
    color: #999999;
  }
  .news-list .content {
    padding: 0 0.42rem 0 0.3rem;
  }
  .news-list h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .news-list .info {
    color: #999;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  @media (max-width: 992px) {
    .news-list li {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 640px) {
    .news-list {
      margin-left: 0;
      margin-right: 0;
    }
    .news-list > * {
      padding-left: 0;
      padding-right: 0;
    }
    .news-list h4 {
      margin-bottom: 10px;
      font-size: 16px;
    }
    .news-list .date {
      min-width: 60px;
      padding-bottom: 5px;
    }
    .news-list .date b {
      font-weight: normal;
      font-size: 38px;
    }
    .news-list .date p {
      font-size: 12px;
    }
    .news-list .info {
      font-size: 12px;
      line-height: 20px;
      height: 38px;
    }
  }
  @media (max-width: 480px) {
    .news-list .inner {
      padding: 10px 0;
    }
    .news-list li {
      margin-bottom: 10px;
    }
    .news-list .date b {
      font-size: 32px;
    }
  }
  .inews-tab-nav {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .inews-tab-nav .item + .item {
    margin-left: 35px;
  }
  .inews-tab-nav .item {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
  }
  .inews-tab-nav .item:hover {
    color: #237abf;
  }
  .inews-tab-nav .item i {
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    margin-left: 0;
    background-color: #237abf;
  }
  .inews-tab-nav .item.active {
    color: #237abf;
  }
  .inews-tab-nav .item.active i,
  .inews-tab-nav .item:hover i {
    margin-left: -8px;
    width: 16px;
    transition: all 0.4s ease 0s;
  }
  @media (max-width: 640px) {
    .inews-tab-nav {
      position: inherit;
      transform: translateY(0);
      padding-top: 20px;
    }
  }
/* 新闻结束 */
/* 底部开始 */
footer {
    background-color: #303030;
    color: #fff;
    border-bottom: 5px solid #237abf
}

@media (max-width:640px) {
    footer {
        margin-top: .5rem;
        padding: .2rem 0
    }
}

footer a {
    color: #b9b9b9;
    transition: .6s
}

footer a:hover {
    color: #fff;
    transform: translateX(-3px)
}

footer .ft-topper {
    padding: .6rem 0 .9rem
}

@media (min-width:768px) {
    footer .ft-topper {
        display: flex;
        justify-content: space-between
    }

    footer .ft-topper .ft-logo {
        width: 34%;
        order: -1
    }

    footer .ft-topper .ft-code {
        width: 16%;
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width:1199px) {
    footer .ft-topper {
        padding-bottom: .4rem
    }
}

@media (max-width:640px) {
    footer .ft-topper {
        padding-top: .4rem
    }
}

@media (max-width:1199px) {
    footer .ft-topper .ft-logo {
        margin: .4rem 0;
        text-align: center
    }
}

footer .ft-topper .ft-logo .logo {
    background: url('../images/logo_ft.png') no-repeat left center;
    background-size: contain;
    height: 65px;
    display: block;
    margin-bottom: 25px;
    position: relative;
    margin-top: -24px
}

footer .ft-topper .ft-logo .addr {
    line-height: 1.9;
    font-size: 16px;
    text-align: left;
    color: #b9b9b9;
}

@media (max-width:1360px) and (min-width:768px) {
    footer .ft-topper .ft-logo .addr {
        font-size: 14px
    }
}

footer .ft-topper .ft-code {
    text-align: center
}

@media (max-width:640px) {
    footer .ft-topper .ft-code {
        padding: .2rem 0
    }
}

footer .ft-topper .ft-code img {
    width: 114px
}

footer .ft-topper .ft-code .tit {
    color: #b9b9b9;
    margin-top: 10px
}

footer .ft-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #b9b9b9;
}

@media (min-width:992px) {
    footer .ft-bottom .wrap {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

footer .ft-bottom .copyright {
    line-height: 1.8
}

footer .ft-bottom .copyright a {
    display: inline-block !important
}

@media (min-width:1200px) {

    footer .ft-bottom .copyright span,
    footer .ft-bottom .copyright a {
        display: inline-block;
        margin-left: 10px
    }

    footer .ft-bottom .copyright a:hover {
        color: #fff
    }
}

footer .ft-bottom .copyright span,
footer .ft-bottom .copyright a {
    margin-right: 10px
}

@media (max-width:480px) {
    footer .ft-bottom .copyright {
        font-size: 13px
    }
}

@media (max-width:991px) {
    footer .ft-bottom .skill {
        margin-top: .2rem
    }
}

.foot-links {
    width: 88vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    line-height: 24px
}

@media (max-width:639px) {
    .foot-links {
        width: 92vw
    }
}

.foot-links a {
    color: #b9b9b9;
    transition: .6s;
    display: inline-block;
    margin-right: 8px
}

.foot-links a:hover {
    transform: translateX(0)
}

@media (max-width:480px) {
    .foot-links {
        font-size: 13px
    }

    .foot-links a {
        margin-right: 4px
    }
}

@media (min-width:1200px) {
    .ft-navs {
        width: 48%;
        max-width: 700px
    }

    .ft-navs ul {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:1199px) {
    .ft-navs .navitem {
        min-width: auto;
        margin-right: .6rem
    }
}

.ft-navs .navitem h4 {
    font-size: 20px;
    position: relative;
    margin-bottom: 16px
}

@media (max-width:1360px) {
    .ft-navs .navitem h4 {
        font-size: 18px
    }
}

.ft-navs .navitem .icon-jia {
    float: right;
    transition: .3s;
    display: none;
    margin-right: 10px
}

.ft-navs .navitem .icon-jia::before {
    content: "\e602"
}

.ft-navs .navitem .info {
    font-size: 18px;
    line-height: 2
}

@media (max-width:1360px) {
    .ft-navs .navitem .info {
        font-size: 16px
    }
}

.ft-navs .navitem .info a {
    display: block
}

@media (max-width:1199px) {
    .ft-navs {
        margin-bottom: .5rem
    }

    .ft-navs .navitem {
        float: none;
        width: 100%
    }

    .ft-navs .navitem .icon-jia {
        display: block
    }

    .ft-navs .navitem h4 {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        height: 46px;
        line-height: 46px;
        margin: 0
    }

    .ft-navs .navitem .info {
        display: none;
        font-size: 15px;
        padding: 10px 30px;
        line-height: 2
    }

    .ft-navs .navitem.active h4 {
        font-weight: bold
    }

    .ft-navs .navitem.active .iconfont {
        transform: rotate(135deg)
    }
}

@media (max-width:768px) {
    .ft-navs .navitem h4 {
        font-size: 16px
    }
}
/* 底部结束 */
